github.com/klauspost/compress/flate.dictDecoder.appendWindow (method)

2 uses

	github.com/klauspost/compress/flate (current package)
		dict_decoder.go#L173: func (dd *dictDecoder) appendWindow(dst []byte) []byte {
		inflate.go#L686: 		f.cpBuf = f.dict.appendWindow(f.cpBuf[:0])